| lcTIN_AddTrian | Home |
|
HANDLE lcTIN_AddTrian ( HANDLE hPnt1, HANDLE hPnt2, HANDLE hPnt3 ); |
| hPnt1 hPnt2 hPnt3 | |
| Handle to TIN points which are vertices of the triangle. | |
|
Handle to the added TIN triangle. If the function fails, the return value is NULL. |
| Code sample, lcTIN_AddPoint |